0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (1)
  • R500 - R1,000 (6)
  • R1,000 - R2,500 (5)
  • -
Status
Brand

Showing 1 - 12 of 12 matches in All Departments

CockroachDB: The Definitive Guide - Distributed Data at Scale (Paperback): Guy Harrison, Jesse Seldess, Ben Darnell CockroachDB: The Definitive Guide - Distributed Data at Scale (Paperback)
Guy Harrison, Jesse Seldess, Ben Darnell
R1,547 R1,356 Discovery Miles 13 560 Save R191 (12%) Ships in 12 - 17 working days

Get the lowdown on CockroachDB, the distributed SQL database built to handle the demands of today's data-driven cloud applications. In this hands-on guide, software developers, architects, and DevOps/SRE teams will learn how to use CockroachDB to create applications that scale elastically and provide seamless delivery for end users while remaining indestructible. Teams will also learn how to migrate existing applications to CockroachDB's performant, cloud native data architecture. If you're familiar with distributed systems, you'll quickly discover the benefits of strong data correctness and consistency guarantees as well as optimizations for delivering ultra low latencies to globally distributed end users. You'll learn how to: Design and build applications for distributed infrastructure, including data modeling and schema design Migrate data into CockroachDB Read and write data and run ACID transactions across distributed infrastructure Plan a CockroachDB deployment for resiliency across single region and multi-region clusters Secure, monitor, and optimize your CockroachDB deployment

On the Sidelines - Gendered Neoliberalism and the American Female Sportscaster (Paperback): Guy Harrison On the Sidelines - Gendered Neoliberalism and the American Female Sportscaster (Paperback)
Guy Harrison; Foreword by Julie Dicaro
R738 Discovery Miles 7 380 Ships in 12 - 17 working days

2022 Outstanding Book Award in the Communication and Sport Division from the National Communication Association When sports fans turn on the television or radio today, they undoubtedly find more women on the air than ever before. Nevertheless, women sportscasters are still subjected to gendered and racialized mistreatment in the workplace and online and are largely confined to anchor and sideline reporter positions in coverage of high-profile men's sports. In On the Sidelines Guy Harrison weaves in-depth interviews with women sportscasters, focus groups with sports fans, and a collection of media products to argue that gendered neoliberalism-a cluster of exclusionary twenty-first-century feminisms-maintains this status quo. Spinning a cohesive narrative, Harrison shows how sportscasting's dependence on gendered neoliberalism broadly places the onus on women for their own success despite systemic sexism and racism. As a result, women in the industry are left to their own devices to navigate double standards, bias in hiring and development for certain on-air positions, harassment, and emotional labor. Through the lens of gendered neoliberalism, On the Sidelines examines each of these challenges and analyzes how they have been reshaped and maintained to construct a narrow portrait of the ideal neoliberal female sportscaster. Consequently, these challenges are taken for granted as "natural," sustaining women's marginalization in the sportscasting industry.

MongoDB Performance Tuning - Optimizing MongoDB Databases and their Applications (Paperback, 1st ed.): Guy Harrison, Michael... MongoDB Performance Tuning - Optimizing MongoDB Databases and their Applications (Paperback, 1st ed.)
Guy Harrison, Michael Harrison
R1,448 R1,145 Discovery Miles 11 450 Save R303 (21%) Ships in 10 - 15 working days

Use this fast and complete guide to optimize the performance of MongoDB databases and the applications that depend on them. You will be able to turbo-charge the performance of your MongoDB applications to provide a better experience for your users, reduce your running costs, and avoid application growing pains. MongoDB is the world's most popular document database and the foundation for thousands of mission-critical applications. This book helps you get the best possible performance from MongoDB. MongoDB Performance Tuning takes a methodical and comprehensive approach to performance tuning that begins with application and schema design and goes on to cover optimization of code at all levels of an application. The book also explains how to configure MongoDB hardware and cluster configuration for optimal performance. The systematic approach in the book helps you treat the true causes of performance issues and get the best return on your tuning investment. Even when you're under pressure and don't know where to begin, simply follow the method in this book to set things right and get your MongoDB performance back on track. What You Will Learn Apply a methodical approach to MongoDB performance tuning Understand how to design an efficient MongoDB application Optimize MongoDB document design and indexing strategies Tune MongoDB queries, aggregation pipelines, and transactions Optimize MongoDB server resources: CPU, memory, disk Configure MongoDB Replica sets and Sharded clusters for optimal performance Who This Book Is For Developers and administrators of high-performance MongoDB applications who want to be sure they are getting the best possible performance from their MongoDB system. For developers who wish to create applications that are fast, scalable, and cost-effective. For administrators who want to optimize their MongoDB server and hardware configuration.

Next Generation Databases - NoSQLand Big Data (Paperback, 1st ed.): Guy Harrison Next Generation Databases - NoSQLand Big Data (Paperback, 1st ed.)
Guy Harrison
R1,744 Discovery Miles 17 440 Ships in 12 - 17 working days

"It's not easy to find such a generous book on big data and databases. Fortunately, this book is the one." Feng Yu. Computing Reviews. June 28, 2016. This is a book for enterprise architects, database administrators, and developers who need to understand the latest developments in database technologies. It is the book to help you choose the correct database technology at a time when concepts such as Big Data, NoSQL and NewSQL are making what used to be an easy choice into a complex decision with significant implications. The relational database (RDBMS) model completely dominated database technology for over 20 years. Today this "one size fits all" stability has been disrupted by a relatively recent explosion of new database technologies. These paradigm-busting technologies are powering the "Big Data" and "NoSQL" revolutions, as well as forcing fundamental changes in databases across the board. Deciding to use a relational database was once truly a no-brainer, and the various commercial relational databases competed on price, performance, reliability, and ease of use rather than on fundamental architectures. Today we are faced with choices between radically different database technologies. Choosing the right database today is a complex undertaking, with serious economic and technological consequences. Next Generation Databases demystifies today's new database technologies. The book describes what each technology was designed to solve. It shows how each technology can be used to solve real word application and business problems. Most importantly, this book highlights the architectural differences between technologies that are the critical factors to consider when choosing a database platform for new and upcoming projects. Introduces the new technologies that have revolutionized the database landscape Describes how each technology can be used to solve specific application or business challenges Reviews the most popular new wave databases and how they use these new database technologies

MySQL Stored Procedure Programming (Paperback): Guy Harrison MySQL Stored Procedure Programming (Paperback)
Guy Harrison; Contributions by Steven Feuerstein
R1,121 R891 Discovery Miles 8 910 Save R230 (21%) Ships in 9 - 15 working days

The implementation of stored procedures in MySQL 5.0 a huge

milestone -- one that is expected to lead to widespread enterprise adoption of

the already extremely popular MySQL database. If you are serious about

building the web-based database applications of the future, you need to

get up to speed quickly on how stored procedures work -- and how to

build them the right way. This book, destined to be the bible of stored

procedure development, is a resource that no real MySQL programmer can

afford to do without.

In the decade since MySQL burst on the scene, it has become the

dominant open source database, with capabilities and performance

rivaling those of commercial RDBMS offerings like Oracle and SQL

Server. Along with Linux and PHP, MySQL is at the heart of millions of

applications. And now, with support for stored procedures, functions,

and triggers in MySQL 5.0, MySQL offers the programming power needed

for true enterprise use.

MySQL's new procedural language has a straightforward syntax, making it

easy to write simple programs. But it's not so easy to write secure,

easily maintained, high-performance, and bug-free programs. Few in the

MySQL world have substantial experience yet with stored procedures, but

Guy Harrison and Steven Feuerstein have decades of combined expertise.

In "MySQL Stored Procedure Programming," they put

that hard-won experience to good use. Packed with code examples and covering

everything from language basics to application building to advanced

tuning and best practices, this highly readable book is the one-stop

guide to MySQL development. It consists of four majorsections:

MySQL stored programming fundamentals -- tutorial, basic

statements, SQL in stored programs, and error handling

Building MySQL stored programs -- transaction handling,

built-in functions, stored functions, and triggers

MySQL stored programs in applications -- using stored

programs with PHP, Java, Perl, Python, and .NET (C# and VB.NET)

Optimizing MySQL stored programs -- security, basic and

advanced SQL tuning, optimizing stored program code, and programming

best practices

A companion web site contains many thousands of lines of code, that you

can put to use immediately.

Guy Harrison is Chief Architect of Database Solutions at Quest Software

and a frequent speaker and writer on MySQL topics. Steven Feuerstein is

the author of "Oracle PL/SQL Programming," the classic reference for Oracle stored programming for more than ten years. Both have decades of experience as database developers, and between them they have authored a dozen books.

On the Sidelines - Gendered Neoliberalism and the American Female Sportscaster (Hardcover): Guy Harrison On the Sidelines - Gendered Neoliberalism and the American Female Sportscaster (Hardcover)
Guy Harrison; Foreword by Julie Dicaro
R2,339 Discovery Miles 23 390 Ships in 12 - 17 working days

2022 Outstanding Book Award in the Communication and Sport Division from the National Communication Association When sports fans turn on the television or radio today, they undoubtedly find more women on the air than ever before. Nevertheless, women sportscasters are still subjected to gendered and racialized mistreatment in the workplace and online and are largely confined to anchor and sideline reporter positions in coverage of high-profile men's sports. In On the Sidelines Guy Harrison weaves in-depth interviews with women sportscasters, focus groups with sports fans, and a collection of media products to argue that gendered neoliberalism-a cluster of exclusionary twenty-first-century feminisms-maintains this status quo. Spinning a cohesive narrative, Harrison shows how sportscasting's dependence on gendered neoliberalism broadly places the onus on women for their own success despite systemic sexism and racism. As a result, women in the industry are left to their own devices to navigate double standards, bias in hiring and development for certain on-air positions, harassment, and emotional labor. Through the lens of gendered neoliberalism, On the Sidelines examines each of these challenges and analyzes how they have been reshaped and maintained to construct a narrow portrait of the ideal neoliberal female sportscaster. Consequently, these challenges are taken for granted as "natural," sustaining women's marginalization in the sportscasting industry.

Ernest Dowson, 1888-1897, Reminiscences, Unpublished Letters and Marginalia (Hardcover): Ernest Christopher Dowson, Victor... Ernest Dowson, 1888-1897, Reminiscences, Unpublished Letters and Marginalia (Hardcover)
Ernest Christopher Dowson, Victor Gustave Plarr, Howard Guy Harrison
R867 Discovery Miles 8 670 Ships in 10 - 15 working days
Agents of Change (Paperback): Guy Harrison Agents of Change (Paperback)
Guy Harrison
R449 Discovery Miles 4 490 Ships in 10 - 15 working days

An amiable corporate manager by day and a matchmaker whenever he can get around to it, Calvin Newsome's new dream job falls into his lap when he's recruited by a secret worldwide organization whose agents use uncanny abilities to empower and influence everyday downtrodden individuals. Disaster strikes, however, when an elaborate scheme leaves Calvin as a prime murder suspect...and his new employer is presumably to blame. With the authorities on his heels and his life left in ruin, Calvin uses his new powers to blend in until a journey for freedom becomes a quest for peace. As the agency's rival organization threatens the security of all of earth's inhabitants, he teams up with unlikely allies and battles surprising enemies hellbent on unleashing their power in a twisted version of justice, innocent lives be damned.

Ernest Dowson, 1888-1897 - Reminiscences, Unpublished Letters, And Marginalia (1914) (Paperback): Victor Plarr Ernest Dowson, 1888-1897 - Reminiscences, Unpublished Letters, And Marginalia (1914) (Paperback)
Victor Plarr; Contributions by Guy Harrison
R646 Discovery Miles 6 460 Ships in 10 - 15 working days

This scarce antiquarian book is a selection from Kessinger PublishingA AcentsAcentsa A-Acentsa Acentss Legacy Reprint Series. Due to its age, it may contain imperfections such as marks, notations, marginalia and flawed pages. Because we believe this work is culturally important, we have made it available as part of our commitment to protecting, preserving, and promoting the world's literature. Kessinger Publishing is the place to find hundreds of thousands of rare and hard-to-find books with something of intere

Ernest Dowson, 1888-1897 - Reminiscences, Unpublished Letters, And Marginalia (1914) (Paperback): Victor Plarr Ernest Dowson, 1888-1897 - Reminiscences, Unpublished Letters, And Marginalia (1914) (Paperback)
Victor Plarr; Contributions by Guy Harrison
R646 Discovery Miles 6 460 Ships in 10 - 15 working days
Ernest Dowson, 1888-1897 - Reminiscences, Unpublished Letters, and Marginalia (1914) (Hardcover): Victor Plarr Ernest Dowson, 1888-1897 - Reminiscences, Unpublished Letters, and Marginalia (1914) (Hardcover)
Victor Plarr; Contributions by Guy Harrison
R1,025 Discovery Miles 10 250 Ships in 10 - 15 working days
Psycho-spiritual Care in Health Care Practice (Paperback): Guy Harrison Psycho-spiritual Care in Health Care Practice (Paperback)
Guy Harrison; Contributions by Rachel Freeth, Gavin Garman, Isabel Clarke, Steve Nolan, …
R669 Discovery Miles 6 690 Ships in 12 - 17 working days

Meeting the psychological and spiritual needs of patients is vital to supporting their wellbeing in health care settings. To develop an effective, holistic and inclusive approach to care within predominantly medical health care models, practitioners across health care disciplines must work collaboratively to understand the complex, significant relationships between their patients' medical, therapeutic and spiritual requirements. Bridging the gap between care disciplines, the book presents an innovative vision of patient wellbeing enriched by a synthesis of psychological, spiritual and medical approaches. Prominent practitioners from a range of disciplines including nursing and psychiatry demonstrate how their psycho-spiritual approaches meet the individual needs of patients, adapting to their emotional, spiritual and religious requirements. Accessible and enlightening, this book offers significant practical insight into the role of psychologically informed spiritual care.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Practical Cloud Security - A…
Kevin L. Jackson, Melvin B. Greer Jr. Paperback R1,436 Discovery Miles 14 360
Still See You Everywhere
Lisa Gardner Paperback R380 R270 Discovery Miles 2 700
A History Of Burning
Janika Oza Paperback R355 R277 Discovery Miles 2 770
Plastic Films - Technology and Packaging…
Wilmer A. Jenkins, Kenton R. Osborn Hardcover R4,748 Discovery Miles 47 480
Soul Seeker - Reflections on a Spiritual…
Perspectus Paperback R420 R353 Discovery Miles 3 530
Stewart Modern Camel: - Waverley Genuine…
Ron Groset Hardcover R298 Discovery Miles 2 980
Crossroads - I Live Where I Like
Koni Benson Paperback R240 R188 Discovery Miles 1 880
The First Time You Smiled (Or Was It…
Cat Sims Hardcover R274 Discovery Miles 2 740
Seek and Find Dinosaurs
Kit Elliot Hardcover R262 Discovery Miles 2 620
The 117-Storey Treehouse
Andy Griffiths Paperback  (1)
R195 R153 Discovery Miles 1 530

 

Partners